Version

ComboInitialSelectedItemsSettingsWrapper<T> Class

class used to wrap the InitialSelectedItemsSettings, so that methods with the same names as props can be exposed and we can configure the MVC igCombo via Lambda expressions in the View
Syntax
'Declaration
 
Public Class ComboInitialSelectedItemsSettingsWrapper(Of T As Class) 
public class ComboInitialSelectedItemsSettingsWrapper<T> 
where T: class
Type Parameters
T
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub